{% include "header.html" %}

My Blogs

A Blog Theme by Sreehari S
{% for post in all_posts %}

{{post['title']}}

{{post['subtitle']}}


{% endfor %}
{% include "footer.html" %}